ENGLISH

AL4 to somelanguage compilers not just create sources of a project on a somelanguage from AL4 sources.
These are also calling compilers to compile somelanguage sources created.
-------------------------------------------------------------------------
	C#.
In most cases it is not necessary to do something else then install .Net on a computer (in case of Windows7, 8, 10 this step in most cases is not necessary).
The CSC compiler is searched in directories where .Net is installed, and the latest CSC.EXE is used to compile projects.
	To compile and run in C# platform OpenGL projects, download and install CSGL12 library.
Provide the system environment variable CSGL12 pointing the Source subdirectory of the directory where CSGL12 is installed (GL.cs file should be located there).
-------------------------------------------------------------------------
	Java/Android.
First, istall Android Studio and Java development kit (7 or 8).
Create an environment variable JAVA_HOME and set it to the jdk directory.
When you compile the first test application with the AL4toAndroid compiler you will give messages about environment variables which are not yet set.
Create it and configure correspondently to your Android Studio configuration.
You also need to setup drivers for your Android devices and to have an adb properly configured to provide uploading ready apk's onto devices.
	Run _3_compile_Android_build_(by_CSharpBuild).cmd to compile
(in the Android_build fold) the compiler ALIV->Android.
	Actually you even not need in Android Studio installed on a certain computer, just copy directories from one where it is working and can build a simple application. Uou need to have Android SDK from a working installation and Java Development Kit (version 1.8.0_161 is enouth);
-------------------------------------------------------------------------
	Delphi.
Install Delphi 7 (may be Delphi 5/6 are compatible, these were not tested). Do not use later Delphi versions - these are not supported.
-------------------------------------------------------------------------
	Free Pascal (Windows).
Install Lazarus. Set environment variable LAZARUS_HOME to a directory where it is installed (if you do not do this, if it is supposed to be in C:\lazarus).
-------------------------------------------------------------------------
	Free Pascal (Linux).
Use cifs to share your AL-IV directory located in Windows to access it from the Linux.
(e.g. >>>sudo nano /etc/fstab ...read more on the Internet).
Install Lazarus if it is not in your Linux system.
Run the first stage of compiling in the Windows.
When it is messaging what to do on the Linux side, follow instructions.
To solve problems with paths (if there are there, edit the configuration file
AL4\_FPC_build_linux.options and recompile on the Windows side.

by Vladimir Kladov, last updated 30-Apr-2018.